home *** CD-ROM | disk | FTP | other *** search
-
- END(3) UNIX Programmer's Manual END(3)
-
- NNAAMMEE
- eenndd, eetteexxtt, eeddaattaa - end boundaries of image segments
-
- SSYYNNOOPPSSIISS
- _e_x_t_e_r_n _e_n_d_;
- _e_x_t_e_r_n _e_t_e_x_t_;
- _e_x_t_e_r_n _e_d_a_t_a_;
-
- DDEESSCCRRIIPPTTIIOONN
- The global variables _e_n_d, _e_t_e_x_t and _e_d_a_t_a correspond to the the next ad-
- dress following the end of the text segment, the initialized data segment
- and the end of the data segment (BSS). These values are initially set at
- execution time by brk(2).
-
- SSEEEE AALLSSOO
- brk(2), malloc(3)
-
- HHIISSTTOORRYY
- A eenndd manual appeared in Version 6 AT&T UNIX.
-
- BSD Experimental January 24, 1994 1
-